NET FTP Library
.NET Core Demo

Demo application supports the following commands:

1) create encrypted configuration file:

dotnet NET-FTP-Library-Core-Demo.dll configure -config=myconfig.json -server=something -username=something -password=something -license=something -licenseusername=something

2) upload file or directory to FTP server:

dotnet NET-FTP-Library-Core-Demo.dll upload -config=myconfig.json -source=something -dest=something

3) download file or directory from FTP server:

dotnet NET-FTP-Library-Core-Demo.dll download -config=myconfig.json -source=something -dest=something